home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '88 / Other stuff / CLIP stuff / CLIP headers / errcodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-03-24  |  949 b   |  27 lines  |  [TEXT/FstE]

  1. /*  Copyright (c)   Mar, 1986   UMMC.  All rights reserved
  2.  
  3. Filename:       errcodes.h
  4.  
  5. Abstract:       This module defines the error codes and associated error messages for the CLIP
  6.             Environment.
  7.  
  8. Environment:    UM/CLIP
  9.  
  10. Revision History:
  11.     Rev #      Date    Auth     Reason
  12.     -----   ---------  ----     ----------------------------------
  13.      0.0    18-mar-86   js      original implementation
  14.      0.1    19-mar-86   daf     define OK 
  15.      0.2    24-mar-86   js      define ERMXSZ
  16.     
  17. =========================================================================*/
  18.  
  19.  
  20. /* define error codes */
  21. /* negative numbers are errors, zero is no error, positive numbers are data, counts, etc.   */
  22.  
  23. /* #define      OK      0       already defined on Mac in dialog.h  */
  24. #define     ERROR   -1      /* unspecified error */
  25. #define     ERMXSZ  -2      /* illegal matrix size or matrix size mis-match */
  26.  
  27. /* specify error message here if any */